net/http.Server.protocols (method)

5 uses

	net/http (current package)
		server.go#L2016: 	protos := c.server.protocols()
		server.go#L3367: 	if s.protocols().UnencryptedHTTP2() {
		server.go#L3480: 	config.NextProtos = adjustNextProtos(config.NextProtos, s.protocols())
		server.go#L3496: func (s *Server) protocols() Protocols {
		server.go#L3748: 	p := s.protocols()